Intercept Url Request Callback
The callback is invoked when a URL request is about to be sent out.
The callback can be used to intercept a URL request and send a URL response as it was sent from a web server or let the engine decide how to process the URL request.
Types
Link copied to clipboard
interface Params
The parameters of the InterceptUrlRequestCallback.
Link copied to clipboard
interface Response
A response for InterceptUrlRequestCallback.